From ec75b6bc3363d865508c19b1ea9798ecd26aeea7 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 9 Jan 2006 20:34:29 +0000 Subject: [PATCH] Turn on MALLOC_CHECK. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1676 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/testo b/gpsbabel/testo index 07c8f59c8..8206d0ae6 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -1,6 +1,10 @@ GPSBABEL_FREEZE_TIME=y export GPSBABEL_FREEZE_TIME +# Turn on GNU libc instrumentation. +MALLOC_CHECK_=2 +export MALLOC_CHECK_ + PNAME=${PNAME:-./gpsbabel} DIFF=${DIFF:-diff} OD=${OD:-od -Ax -txC -v} -- 2.30.2